3.1011 \(\int \frac{(d+e x)^4}{\left (c d^2+2 c d e x+c e^2 x^2\right )^3} \, dx\)

Optimal. Leaf size=15 \[ -\frac{1}{c^3 e (d+e x)} \]

[Out]

-(1/(c^3*e*(d + e*x)))

_______________________________________________________________________________________

Rubi [A]  time = 0.0172237, antiderivative size = 15, normalized size of antiderivative = 1., number of steps used = 3, number of rules used = 3, integrand size = 30, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.1 \[ -\frac{1}{c^3 e (d+e x)} \]

Antiderivative was successfully verified.

[In]  Int[(d + e*x)^4/(c*d^2 + 2*c*d*e*x + c*e^2*x^2)^3,x]

[Out]

-(1/(c^3*e*(d + e*x)))

_______________________________________________________________________________________

Rubi in Sympy [A]  time = 17.5481, size = 12, normalized size = 0.8 \[ - \frac{1}{c^{3} e \left (d + e x\right )} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  rubi_integrate((e*x+d)**4/(c*e**2*x**2+2*c*d*e*x+c*d**2)**3,x)

[Out]

-1/(c**3*e*(d + e*x))

_______________________________________________________________________________________

Mathematica [A]  time = 0.00477159, size = 15, normalized size = 1. \[ -\frac{1}{c^3 e (d+e x)} \]

Antiderivative was successfully verified.

[In]  Integrate[(d + e*x)^4/(c*d^2 + 2*c*d*e*x + c*e^2*x^2)^3,x]

[Out]

-(1/(c^3*e*(d + e*x)))

_______________________________________________________________________________________

Maple [A]  time = 0., size = 16, normalized size = 1.1 \[ -{\frac{1}{{c}^{3}e \left ( ex+d \right ) }} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  int((e*x+d)^4/(c*e^2*x^2+2*c*d*e*x+c*d^2)^3,x)

[Out]

-1/c^3/e/(e*x+d)

_______________________________________________________________________________________

Maxima [A]  time = 0.699244, size = 26, normalized size = 1.73 \[ -\frac{1}{c^{3} e^{2} x + c^{3} d e} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate((e*x + d)^4/(c*e^2*x^2 + 2*c*d*e*x + c*d^2)^3,x, algorithm="maxima")

[Out]

-1/(c^3*e^2*x + c^3*d*e)

_______________________________________________________________________________________

Fricas [A]  time = 0.215236, size = 26, normalized size = 1.73 \[ -\frac{1}{c^{3} e^{2} x + c^{3} d e} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate((e*x + d)^4/(c*e^2*x^2 + 2*c*d*e*x + c*d^2)^3,x, algorithm="fricas")

[Out]

-1/(c^3*e^2*x + c^3*d*e)

_______________________________________________________________________________________

Sympy [A]  time = 1.29614, size = 17, normalized size = 1.13 \[ - \frac{1}{c^{3} d e + c^{3} e^{2} x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate((e*x+d)**4/(c*e**2*x**2+2*c*d*e*x+c*d**2)**3,x)

[Out]

-1/(c**3*d*e + c**3*e**2*x)

_______________________________________________________________________________________

GIAC/XCAS [F(-2)]  time = 0., size = 0, normalized size = 0. \[ \text{Exception raised: NotImplementedError} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate((e*x + d)^4/(c*e^2*x^2 + 2*c*d*e*x + c*d^2)^3,x, algorithm="giac")

[Out]

Exception raised: NotImplementedError